projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb0542
)
quartz: Fix another typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000
(07:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Mar 2017 12:26:05 +0000
(07:26 -0500)
gdk/quartz/gdkwindow-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkwindow-quartz.c
b/gdk/quartz/gdkwindow-quartz.c
index 803d3b99d152641fea52fc7db764b26a0d4c5ccc..aa1049655f25bff56c40b4f0b1cd74632f7cf307 100644
(file)
--- a/
gdk/quartz/gdkwindow-quartz.c
+++ b/
gdk/quartz/gdkwindow-quartz.c
@@
-2329,7
+2329,7
@@
gdk_quartz_window_set_functions (GdkWindow *window,
g_return_if_fail (GDK_IS_WINDOW (window));
- impl
e
= GDK_WINDOW_IMPL_QUARTZ (window->impl);
+ impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
if (functions & GDK_FUNC_ALL)
{